home *** CD-ROM | disk | FTP | other *** search
-
-
-
- EEEETTTTIIIIMMMMEEEE((((3333FFFF)))) EEEETTTTIIIIMMMMEEEE((((3333FFFF))))
-
-
-
- NNNNAAAAMMMMEEEE
- etime, dtime - return user+system execution time
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- rrrreeeeaaaallll ffffuuuunnnnccccttttiiiioooonnnn eeeettttiiiimmmmeeee ((((ttttaaaarrrrrrrraaaayyyy))))
- rrrreeeeaaaallll ttttaaaarrrrrrrraaaayyyy((((2222))))
-
- rrrreeeeaaaallll ffffuuuunnnnccccttttiiiioooonnnn ddddttttiiiimmmmeeee ((((ttttaaaarrrrrrrraaaayyyy))))
- rrrreeeeaaaallll ttttaaaarrrrrrrraaaayyyy((((2222))))
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- These two routines return user and system runtime in seconds for the
- calling process. _D_t_i_m_e returns the user and system time since the last
- call to _d_t_i_m_e, or the start of execution on the first call.
-
- The argument array returns user time in the first element and system time
- in the second element. The function value is the sum of user and system
- time. This value approximates the program's elapsed time on a quiet
- system.
-
- The resolution of all timing is 1/HZ. See the system include file
- _p_a_r_a_m._h in /_u_s_r/_i_n_c_l_u_d_e/_s_y_s for the value of HZ.
-
- FFFFIIIILLLLEEEESSSS
- /usr/lib/libU77.a
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- times(2)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- PPPPaaaaggggeeee 1111
-
-
-
-